3.17.3 \(\int (-\frac {2}{x}+\frac {\sqrt {x}}{5}+x^{3/2}) \, dx\)

Optimal. Leaf size=23 \[ \frac {2 x^{5/2}}{5}+\frac {2 x^{3/2}}{15}-2 \log (x) \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 23, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 0, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \frac {2 x^{5/2}}{5}+\frac {2 x^{3/2}}{15}-2 \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-2/x + Sqrt[x]/5 + x^(3/2),x]

[Out]

(2*x^(3/2))/15 + (2*x^(5/2))/5 - 2*Log[x]

Rubi steps

\begin {align*} \int \left (-\frac {2}{x}+\frac {\sqrt {x}}{5}+x^{3/2}\right ) \, dx &=\frac {2 x^{3/2}}{15}+\frac {2 x^{5/2}}{5}-2 \log (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 23, normalized size = 1.00 \begin {gather*} \frac {2 x^{5/2}}{5}+\frac {2 x^{3/2}}{15}-2 \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-2/x + Sqrt[x]/5 + x^(3/2),x]

[Out]

(2*x^(3/2))/15 + (2*x^(5/2))/5 - 2*Log[x]

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.01, size = 26, normalized size = 1.13 \begin {gather*} \frac {2}{15} \left (3 x^{5/2}+x^{3/2}\right )-4 \log \left (\sqrt {x}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[-2/x + Sqrt[x]/5 + x^(3/2),x]

[Out]

(2*(x^(3/2) + 3*x^(5/2)))/15 - 4*Log[Sqrt[x]]

________________________________________________________________________________________

fricas [A]  time = 1.27, size = 19, normalized size = 0.83 \begin {gather*} \frac {2}{15} \, {\left (3 \, x^{2} + x\right )} \sqrt {x} - 4 \, \log \left (\sqrt {x}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2/x+x^(3/2)+1/5*x^(1/2),x, algorithm="fricas")

[Out]

2/15*(3*x^2 + x)*sqrt(x) - 4*log(sqrt(x))

________________________________________________________________________________________

giac [A]  time = 0.82, size = 16, normalized size = 0.70 \begin {gather*} \frac {2}{5} \, x^{\frac {5}{2}} + \frac {2}{15} \, x^{\frac {3}{2}} - 2 \, \log \left ({\left | x \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2/x+x^(3/2)+1/5*x^(1/2),x, algorithm="giac")

[Out]

2/5*x^(5/2) + 2/15*x^(3/2) - 2*log(abs(x))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 16, normalized size = 0.70 \begin {gather*} \frac {2 x^{\frac {5}{2}}}{5}+\frac {2 x^{\frac {3}{2}}}{15}-2 \ln \relax (x ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-2/x+x^(3/2)+1/5*x^(1/2),x)

[Out]

2/15*x^(3/2)+2/5*x^(5/2)-2*ln(x)

________________________________________________________________________________________

maxima [A]  time = 1.03, size = 15, normalized size = 0.65 \begin {gather*} \frac {2}{5} \, x^{\frac {5}{2}} + \frac {2}{15} \, x^{\frac {3}{2}} - 2 \, \log \relax (x) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2/x+x^(3/2)+1/5*x^(1/2),x, algorithm="maxima")

[Out]

2/5*x^(5/2) + 2/15*x^(3/2) - 2*log(x)

________________________________________________________________________________________

mupad [B]  time = 0.28, size = 17, normalized size = 0.74 \begin {gather*} \frac {2\,x^{3/2}}{15}-4\,\ln \left (\sqrt {x}\right )+\frac {2\,x^{5/2}}{5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(1/2)/5 - 2/x + x^(3/2),x)

[Out]

(2*x^(3/2))/15 - 4*log(x^(1/2)) + (2*x^(5/2))/5

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 20, normalized size = 0.87 \begin {gather*} \frac {2 x^{\frac {5}{2}}}{5} + \frac {2 x^{\frac {3}{2}}}{15} - 2 \log {\relax (x )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2/x+x**(3/2)+1/5*x**(1/2),x)

[Out]

2*x**(5/2)/5 + 2*x**(3/2)/15 - 2*log(x)

________________________________________________________________________________________